From f1ddc94b77ad0d6d1535e4d0f5a537d0c5fba0ab Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:29:17 +0200 Subject: Add ethtool EEPROM parser (#326) * add ethtool eeprom parser * refactor * update --------- Co-authored-by: Simone Bortolin --- _tools/ont-ethtool-print-eeprom.md | 14 ++ _tools/ont-lantiq-print-eeprom.md | 2 +- assets/js/vue/vue-lantiq-eeprom.vue | 356 ++++++++++++++++++++++++++---------- 3 files changed, 277 insertions(+), 95 deletions(-) create mode 100644 _tools/ont-ethtool-print-eeprom.md diff --git a/_tools/ont-ethtool-print-eeprom.md b/_tools/ont-ethtool-print-eeprom.md new file mode 100644 index 0000000..cf16ba8 --- /dev/null +++ b/_tools/ont-ethtool-print-eeprom.md @@ -0,0 +1,14 @@ +--- +title: Ethtool Print EEPROM +has_children: false +layout: default +--- + +1. Get `ethtool -m` or `ethtool -e` and paste into the form + +
+ +
+ + + \ No newline at end of file diff --git a/_tools/ont-lantiq-print-eeprom.md b/_tools/ont-lantiq-print-eeprom.md index 62f4314..486d7a0 100644 --- a/_tools/ont-lantiq-print-eeprom.md +++ b/_tools/ont-lantiq-print-eeprom.md @@ -8,7 +8,7 @@ layout: default
- +
diff --git a/assets/js/vue/vue-lantiq-eeprom.vue b/assets/js/vue/vue-lantiq-eeprom.vue index 4bb41ed..098cca6 100644 --- a/assets/js/vue/vue-lantiq-eeprom.vue +++ b/assets/js/vue/vue-lantiq-eeprom.vue @@ -1,14 +1,50 @@